Welcome![Sign In][Sign Up]
Location:
Search - maze problem

Search list

[AI-NN-PRPathfinder

Description: 用遗传算法解决迷宫路径搜索问题。有界面显示搜索的过程。-Using genetic algorithms to solve the maze path searching problem. Have english interface display process.
Platform: | Size: 3110912 | Author: dudu | Hits:

[Data structsFILE27

Description: 用C语言来实现的10维迷宫问题 来字符的作品 来自一个很用C语言来实现的10维迷宫问题 来字符的作品 来自一个很很阳光又喜欢不断不断分析问题的男孩很阳光又喜欢不断不断分析问题的男孩 在读大学-Using C language to realize the 10-dimensional maze problem to characters from the works of a very used C language to realize the 10-dimensional maze problem to characters from the works of a very very sunny and he likes to keep constantly analyzing the problem of boys also enjoy a very sunny Analysis of questions constantly keep boys at Reading University
Platform: | Size: 1024 | Author: fu xingyou | Hits:

[VC/MFCmigong

Description: 迷宫问题,用c语言开发成功,较为简介,功能有待加强。-Maze problem, using c language successfully developed, the more brief introduction, the functional needs to be strengthened.
Platform: | Size: 2048 | Author: 利家安 | Hits:

[Windows Developm

Description: 7. 迷宫问题 给一个20×20的迷宫、起点坐标和终点坐标,问从起点是否能到达终点。 输入数据:’.’表示空格;’X’表示墙。 -7. Maze problem to a 20 × 20 maze, the starting point coordinates and end coordinates, from the question whether the starting point to reach the terminal. Input data: ' .' Said space ' X' that wall.
Platform: | Size: 159744 | Author: 松柏长青 | Hits:

[Windows DevelopMazeproblem

Description: 迷宫问题,虽然很简单,但是还是上传了。提供此源码,注意查收!-Maze problem, although very simple, but still uploaded. Provide this source, pay attention to find!
Platform: | Size: 269312 | Author: 卢火焱 | Hits:

[Othermzae

Description: 本人自己写的迷宫问题,C 语言描述,刚学数据结构的时候写的- maze problem
Platform: | Size: 3072 | Author: 张贵川 | Hits:

[source in ebookmaze

Description: 用堆栈实现迷宫求解问题 基本思想: 若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。 求解迷宫问题的简单方法是:从入口出发,沿某一方向进行探索,若能走通,则继续向前走;否则沿原路返回,换一方向再进行探索,直到所有可能的通路都探索到为止。 为避免走回到已经进入的点(包括已在当前路径上的点和曾经在当前路径上的点),凡是进入过的点都应做上记号。-Maze with the stack to achieve the basic idea for solving the problem: If the current position can be adopted, in pressure, otherwise the next location to explore, if a dead end, then back to New Moon, the size of the maze: M* N. maze set up a custom. A simple maze to solve the problem is: starting from the entrance, along a certain direction to explore, can walk, then continue to move forward otherwise return along the same route, a direction for further exploration, until all possible pathways are exploring to date. In order to avoid going back to have access points (including the current path and current path in the point), all the points should be entered mark.
Platform: | Size: 34816 | Author: Tantan | Hits:

[Othermigong

Description: 经典的迷宫问题,用户可以选择随即地图,或者使用已存好的地图,然后画出这个地图,然后自动走迷宫,用户可慢慢观察走的路线,最后打印出可通路径。-Classic maze problem, then map the user can choose, or keep using a good map, and then draw the map, and then automatically Maze, the user can observe the route, and finally print out the path to pass.
Platform: | Size: 58368 | Author: 孙晓麦蒂 | Hits:

[ADO-ODBC1

Description: 问题描述 迷宫问题是取自心理学的一个古典实验。在该实验中,把一只老鼠从一个无顶大盒子的门放入,在盒子中设置了许多墙,对行进方向形成了多处阻挡。盒子仅有一个出口,在出口处放置一块奶酪,吸引老鼠在迷宫中寻找道路以到达出口。对同一只老鼠重复进行上述实验,一直到老鼠从入口走到出口,而不走错一步。老鼠经过多次试验最终学会走通迷宫的路线。设计一个计算机程序对任意设定的矩形迷宫如下图A所示,求出一条从入口到出口的通路,或得出没有通路的结论。 -Description Maze problem is a classical experiment from psychology. In this experiment, the mouse from a large box door into, in the box to set up many walls, traveling in the form. Only one box at the exit, placed a cheese, attract rats in the maze looking for road to reach the exit. For the same mouse repeated experiments, until the mouse from entry to export, and don t go wrong step. Mice after many tests finally learn to walk through the maze. A computer program design of arbitrary set as A rectangular maze shown, A pathway from the entrance to export, or draw conclusions without pathways. On the screen,
Platform: | Size: 89088 | Author: 小强 | Hits:

[Data structsn-queen

Description: n皇后问题,迷宫问题,递归实现皇后寻找迷宫出路,经典算法之一-n queen problem, the maze problem, the recursive realization of the maze to find a way out of Queen' s, one of the classic algorithm
Platform: | Size: 1024 | Author: luo | Hits:

[Other123

Description: 迷宫问题,如何在C/C++环境下实现迷宫问题-Maze problem, how C/C++ environment the question of the realization of the maze
Platform: | Size: 1024 | Author: 宁宁 | Hits:

[Windows Developmigong

Description: 本程序主要是用栈来实现迷宫问题。所用算法是非递归算法,输入为迷宫的行数和列数,然后在对应位置上输入其值(0表示该位置通,1表示该位置不通)。输出则是以三元组(i,j,d)的形式,其中(i,j)表示迷宫中的一个坐标,d表示走到下一坐标的方向,-This procedure is mainly used to achieve the maze problem stack. Algorithm used in a non-recursive algorithm, enter the number of rows for the maze and the number of rows, and then enter the location in the corresponding value (0 indicates that the location of Qualcomm, said the location of a barrier). Output is based on triples (i, j, d) form, in which (i, j) that one of the coordinates of the maze, d that the next go the direction of coordinates,
Platform: | Size: 19456 | Author: 尹素芳 | Hits:

[Othermouse

Description: 问题描述:在一个迷宫内,猫正在追老鼠,猫总是选择在迷宫中到老鼠最近的路线走,而老鼠也选择远离猫的路线逃离。模拟猫抓老鼠的动态过程。 -Problem Description: In a maze, the cat is chasing a mouse, a cat always choose to mice in the maze of lines recently, and the mice chose to flee away from the cat' s line. Simulation of the dynamic process of cat抓老鼠.
Platform: | Size: 4096 | Author: 刘静霞 | Hits:

[Mathimatics-Numerical algorithmsmigongwenti

Description: 自己编写的迷宫问题功能很强基本能实现需要谢谢下载-I have written a very strong function of the maze problem to achieve the basic needs Thank you to download
Platform: | Size: 1024 | Author: 孙女喊叫 | Hits:

[VC/MFCmaze

Description: 数据结构(C语言版)中的迷宫求解问题源代码及分析-Data structure (C language version) of the maze to solve the problem and analysis of source code
Platform: | Size: 2048 | Author: liping | Hits:

[Data structsmigong

Description: C++版的迷宫问题,可以手动或者自动生成迷宫-Maze problem
Platform: | Size: 2048 | Author: man哥 | Hits:

[Data structsmigong

Description: 利用栈、数组解决迷宫问题,综合了栈、数组及数学建模等知识点-The use of the stack, the array to solve the maze problem, a combination of stacks, and mathematical modeling, such as an array of knowledge points
Platform: | Size: 25600 | Author: fanlei | Hits:

[Windows Developmigong

Description: 实现数据结构中的迷宫问题。利用C语言进行编程。-Data structure of the maze problem. The use of C programming language.
Platform: | Size: 7168 | Author: hql | Hits:

[Data structsdfssamples

Description: 朴素的没有优化过的dfs 题目有:借书问题,骑士的游历,迷宫问题,细胞个数-There is no simple optimized dfs topics: library issues, Knight' s tour, the maze problem, the cell number
Platform: | Size: 4096 | Author: 陈子杭 | Hits:

[JSP/Javamaze_code

Description: it have the solution of maze problem
Platform: | Size: 41984 | Author: azey | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 18 »

CodeBus www.codebus.net